home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Dogs / Multimedia Dogs v2.0.iso / mac / Extras / MMDogs 2.0 with Desktop / MMDOGS2.DXR / 00301_XObject handlers.ls < prev    next >
Encoding:
Text File  |  1995-10-09  |  397 b   |  12 lines

  1. global gCPU, gCDvolume, gPrintXObjName, gMiscXObjName
  2.  
  3. on initXObjects
  4.   if gCPU = #mac then
  5.     set gPrintXObjName to gCDvolume & ":data:xobjects:" & "pmatic.xobj"
  6.     set gMiscXObjName to gCDvolume & ":data:xobjects:" & "misc_X XObj"
  7.   else
  8.     set gPrintXObjName to gCDvolume & "\data\xobjects\" & "pmatic.dll"
  9.     set gMiscXObjName to gCDvolume & "\data\xobjects\" & "misc_x.dll"
  10.   end if
  11. end
  12.